home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 14 code / Derived Media Handlers / MyMediaComponent / MyUtilities.h < prev    next >
Encoding:
Text File  |  1993-02-25  |  412 b   |  16 lines  |  [TEXT/KAHL]

  1. //--------------------------------------------------------------------------
  2. //
  3. //        MyUtilities.h
  4. //            by John Wang
  5. //
  6. //        Version:    1.0        02/25/93    Completed.
  7. //
  8. //--------------------------------------------------------------------------
  9.  
  10.  
  11. //--------------------------------------------------------------------------
  12.  
  13. //    Prototypes.
  14.  
  15. void HexToString(short val, char *str);
  16. void LongToString(long val, char *str);